const crypto/x509.certDirEnv

2 uses

	crypto/x509 (current package)
		root_unix.go#L25: 	certDirEnv = "SSL_CERT_DIR"
		root_unix.go#L53: 	if d := os.Getenv(certDirEnv); d != "" {